home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javaedit.zip / JAVAEDIT.EXE / 0 / RCDATA / TDLGMULTISAVE / TDLGMULTISAVE.txt
Text File  |  1996-05-19  |  1KB  |  71 lines

  1. object dlgMultiSave: TdlgMultiSave
  2.   Left = 245
  3.   Top = 108
  4.   ActiveControl = cmdYes
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save'
  7.   ClientHeight = 104
  8.   ClientWidth = 412
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblMessage: TLabel
  18.     Left = 19
  19.     Top = 16
  20.     Width = 381
  21.     Height = 49
  22.     WordWrap = True
  23.   end
  24.   object cmdCancel: TButton
  25.     Left = 328
  26.     Top = 72
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     TabOrder = 4
  32.     OnClick = cmdCancelClick
  33.   end
  34.   object cmdYes: TButton
  35.     Left = 8
  36.     Top = 72
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Yes'
  40.     TabOrder = 0
  41.     OnClick = cmdYesClick
  42.   end
  43.   object cmdYessAll: TButton
  44.     Left = 88
  45.     Top = 72
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Yes to All'
  49.     TabOrder = 1
  50.     OnClick = cmdYessAllClick
  51.   end
  52.   object cmdNo: TButton
  53.     Left = 168
  54.     Top = 72
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'No'
  58.     TabOrder = 2
  59.     OnClick = cmdNoClick
  60.   end
  61.   object cmdNoAll: TButton
  62.     Left = 248
  63.     Top = 72
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'No to All'
  67.     TabOrder = 3
  68.     OnClick = cmdNoAllClick
  69.   end
  70. end
  71.